ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output Class / GetDisplayModeList Method / GetDisplayModeList(Format,Int32,Int32,ModeDescription[]) Method

In This Topic
    GetDisplayModeList(Format,Int32,Int32,ModeDescription[]) Method
    In This Topic
    HRESULT IDXGIOutput::GetDisplayModeList([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Overloads Sub GetDisplayModeList( _
       ByVal enumFormat As Format, _
       ByVal flags As System.Integer, _
       ByRef numModesRef As System.Integer, _
       ByVal descRef() As ModeDescription _
    ) 
    public void GetDisplayModeList( 
       Format enumFormat,
       System.int flags,
       ref System.int numModesRef,
       ModeDescription[] descRef
    )

    Parameters

    enumFormat
    flags
    numModesRef
    descRef
    See Also